home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 096 / gfx.arc / GFX.DOC < prev    next >
Encoding:
Text File  |  1984-10-14  |  9.6 KB  |  192 lines

  1.  
  2.                      PCanada BBS Graphics System           07/22/84
  3.                      ===========================
  4.  
  5. General Overview
  6. ================
  7.  
  8.   The PCanada GFX Graphics Sub-System is quite easy to use.  There
  9. are only two requirements in order for your system to receive FULL
  10. COLOR Graphics Screens.  First, you must be using an IBM PC with a
  11. color graphics adapter and second, you must be using the GRAPHICS
  12. DRIVER files titled GFX.COM and GFX.LIB along with your COMMS software.
  13. Graphics Screens will appear on your system in less than 1 second at
  14. 1200 Baud and about 3.5 seconds at 300 BAUD.  
  15.  
  16.   The two most current DRIVER FILES and their associated instructions
  17. (GFX.DOC) are available for DOWNLOAD from the PCanada Host Communications
  18. System at all times.  They will operate with PC-TALK, CROSSTALK (certain
  19. versions) and ASCOM totally transparent to you.  They will probably work
  20. with a multitude of other communications programs as well, however, we
  21. have only tested the above mentioned ones.  Please advise us as to others
  22. that you may find that work equally as well so that we may add them to
  23. this list.
  24.  
  25.  
  26. How to use the GFX System
  27. =========================
  28.  
  29. 1/  Ensure that the two files GFX.COM and GFX.LIB are resident on the
  30.     default drive of your system when you load your current communications
  31.     software.
  32.  
  33. 2/  Then start your communications program as in the following examples:
  34.     ENSURE that your COMMS protocol is 8 Bits, NO Parity, 1 Stop Bit.
  35.  
  36.                A> GFX [Name of your COMMS Program and Extension)
  37.  
  38.   NOTE: The extension (.EXE or .COM) must be explicitly typed)
  39.  
  40. IMPORTANT:  If you forget any of the instructions on how to start
  41.             the GFX system, then simply type GFX and touch <ENTER> at
  42.             your DOS prompt. ie:  A>GFX [ENTER KEY] 
  43.             A help screen will appear with a full explanation of the
  44.             command syntax required to use the system.  
  45.  
  46.  
  47. EXAMPLES
  48. ========
  49.                A> GFX PC-TALK.EXE
  50.                        or
  51.                A> GFX ASCOM.COM
  52.                        or
  53.                A> GFX XTALK.EXE [optional .XTK file]
  54.  
  55.                NOTE: When using XTALK (Crosstalk), after the program
  56.                      starts, type the command VERS to see what version
  57.                      of XTALK you are blessed with.  If you have version
  58.                      3.40 (11/18/83) or earlier then the GFX graphics
  59.                      system will work fine.  However, if you have version
  60.                      3.41A (03/01/84) or later, you're out of luck.  The 
  61.                      XTALK programmers decided, in their wisdom, to stop using
  62.                      standard INT 10 BIOS calls to print to the screen and
  63.                      instead wrote their own video driver.  We guess that
  64.                      their programmers have never read the section of the 
  65.                      DOS manual that talks about programming standards and
  66.                      the maintaining of compatibility.  Oh well...the result
  67.                      is that those versions of XTALK with the HOME BREW
  68.                      video driver totally prevent the PCanada GFX system from
  69.                      operating at all.  There may be versions of XTALK in
  70.                      between those two dates, but your guess is as good as
  71.                      ours to whether they work or not with the GFX system.
  72.                      Please let us know so that we may update the .DOC file
  73.                      for everybody.  If your version of XTALK will work then
  74.                      you must also turn both the IN-FILTER and TIMER settings
  75.                      OFF or the GRAPHICS will not function correctly either.
  76.  
  77.                NOTE: When using PC-TALK.EXE in the auto-redial mode, 
  78.                      if you are not present at the time of connection
  79.                      to hit a key to start viewing the HOST system,
  80.                      PCanada will indicate NO ECHO of the GFX graphics
  81.                      driver and turn the Graphics toggle OFF.  The driver
  82.                      is still loaded and the only thing you'll miss is
  83.                      the sign-on screen.  At the PCanada MAIN MENU, simply
  84.                      type <T> for TOGGLE that allows you to go into the
  85.                      appropriate section to turn the Graphics toggle back ON.
  86.  
  87. 3/  As an option, the LIBRARY FILE for the particular BBS that you
  88.     are signing on to (if not PCanada) may also be stated after you
  89.     type GFX at the standard DOS prompt. The DRIVER program (GFX.COM)
  90.     will default to the PCanada LIBRARY titled GFX.LIB in the absence of
  91.     any other specifically declared LIBRARY name.
  92.  
  93.     For example, suppose another BBS starts using the GFX GRAPHICS
  94.     SYSTEM.  They would not be using the LIBRARY file titled GFX.LIB
  95.     but instead may be assigned the LIBRARY file name of GFX01.LIB.
  96.     If you were to dial up that BBS instead of PCanada, then you
  97.     would type the following.
  98.  
  99. EXAMPLES
  100. ========
  101.                A> GFX GFX01.LIB PC-TALK.EXE 
  102.                        or
  103.                A> GFX GFX01.LIB ASCOM.COM
  104.                        or
  105.                A> GFX GFX01.LIB XTALK.EXE [optional .XTK file]
  106.  
  107.                NOTE: When using XTALK (Crosstalk), after the program
  108.                      starts, type the command VERS to see what version
  109.                      of XTALK you are blessed with.  If you have version
  110.                      3.40 (11/18/83) or earlier then the GFX graphics
  111.                      system will work fine.  However, if you have version
  112.                      3.41A (03/01/84) or later, you're out of luck.  The 
  113.                      XTALK programmers decided, in their wisdom, to stop using
  114.                      standard INT 10 BIOS calls to print to the screen and
  115.                      instead wrote their own video driver.  We guess that
  116.                      their programmers have never read the section of the 
  117.                      DOS manual that talks about programming standards and
  118.                      the maintaining of compatibility.  Oh well...the result
  119.                      is that those versions of XTALK with the HOME BREW
  120.                      video driver totally prevent the PCanada GFX system from
  121.                      operating at all.  There may be versions of XTALK in
  122.                      between those two dates, but your guess is as good as
  123.                      ours to whether they work or not with the GFX system.
  124.                      Please let us know so that we may update the .DOC file
  125.                      for everybody.  If your version of XTALK will work then
  126.                      you must also turn both the IN-FILTER and TIMER settings
  127.                      OFF or the GRAPHICS will not function correctly either.
  128.  
  129.                NOTE: When using PC-TALK.EXE in the auto-redial mode, 
  130.                      if you are not present at the time of connection
  131.                      to hit a key to start viewing the HOST system,
  132.                      PCanada will indicate NO ECHO of the GFX graphics
  133.                      driver and turn the Graphics toggle OFF.  The driver
  134.                      is still loaded and the only thing you'll miss is
  135.                      the sign-on screen.  At the PCanada MAIN MENU, simply
  136.                      type <T> for TOGGLE that allows you to go into the
  137.                      appropriate section to turn the Graphics toggle back ON.
  138.  
  139.   That's all there is to it.  You then simple dial up PCanada (or any
  140. IBMPC BBS system that adopts the GFX GRAPHICS SYSTEM ) as you normally
  141. would and enjoy FULL COLOR GRAPHICS.
  142.  
  143.  
  144. Updates
  145. =======
  146.  
  147.   From time to time, we will be UPDATING both the DRIVER program,
  148. (GFX.COM) as well as the PCanada LIBRARY FILE (GFX.LIB).  Don't worry,
  149. the PCanada HOST system automatically validates your current version
  150. number of both programs each time you sign-on and advises you when
  151. you must DOWNLOAD them again to keep up with our ever expanding GRAPHICS
  152. SYSTEM.
  153.  
  154.  
  155. Note for other SYSOPS
  156. =====================
  157.  
  158.   If you are interested in implementing the GFX GRAPHICS SYSTEM on
  159. your own BBS systems, then send us a note outlining your present BBS
  160. and include your mailing address so that we may send you full information.
  161. ALL enquiries should be addressed to PCanada care of Mr. M.A.E. LINDEN.
  162.  
  163.  
  164.      *****************  P C a n a d a ******************
  165.      *      PCanada Host Communications System.        *
  166.      *             66 MEGABYTES ON-LINE                *
  167.      *      Over 1200 programs on-line for DOWNLOAD    *
  168.      *                                                 *
  169.      *       A Division of PCanada Systems Inc.        *
  170.      *           AN AUTHORIZED IBM DEALER              *
  171.      *     Dedicated to the IBMPC User Community.      *
  172.      *                                                 *
  173.      *       Host System # 1 (416) 499-7023            *
  174.      *       Host System # 2 (416) 751-6337            *
  175.      *                                                 *
  176.      *            PCanada Systems Inc.                 *
  177.      *            265 Nantucket Blvd.                  *
  178.      *            Scarborough, Ontario                 *
  179.      *            CANADA       M1P 2P2                 *
  180.      *                                                 *
  181.      * Voice Line for Sales/Service/Order Information  *
  182.      *                 (416) 751-3221                  *
  183.      *       Monday to Friday 8:30 AM to 5:00 PM       *
  184.      ***************************************************
  185.  
  186.  
  187. END OF TRANSFER - PRESS ENTER TO RETURN TO MENU
  188. 0 PM       *
  189.      ***************************************************
  190.  
  191.  
  192. END OF TRANSFER - PRESS ENTER TO RETURN TO MENU